home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / dsx22b_1.zip / MAN.BAT < prev    next >
DOS Batch File  |  1993-08-29  |  359b  |  12 lines

  1. echo off
  2. rem
  3. rem  To use this help feature type "man" and the name of the command
  4. rem  with which you want help.  VF will search DOSNIX.DOC for the
  5. rem  command and display the documentation.  You may have to change
  6. rem  the argument of VF to the full path for DOSNIX.DOC.  
  7. rem
  8. rem  eg: "vf +\~%1 c:\dosnix\dosnix.doc"
  9. rem
  10. rem
  11. vf +\~%1 dosnix.doc
  12.